Northwoods.GoSilverlight 2.1.1 Assembly
ConvertPortKeyToString Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModelLinkData<NodeKey,PortKey> Class : ConvertPortKeyToString Method

key

Glossary Item Box

Convert a PortKey key value to a string.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function ConvertPortKeyToString( _
   ByVal key As PortKey _
) As String
C# 
protected virtual string ConvertPortKeyToString( 
   PortKey key
)

Parameters

key

Return Value

a String from which ConvertStringToPortKey can recover the original key value

Remarks

Currently this handles PortKey types that are String, Int32, or Guid. Override this method to handle additional types. However, the PortKey is almost always a String, so the need to override this method is rare.

Requirements

See Also

© 2013 All Rights Reserved.